-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add garbage collection design doc #560
Conversation
The linting failure is because of a bug: gforcada/flake8-isort#103 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff, just left a couple of questions.
Fleshing out some of the mentions (e.g., lifecycle rules) could be a good idea, but we can also decide on those things at implementation time, or defer further discussion to a future design doc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! seems to cover all aspects. Just to make sure -- we no longer have a separate table of "metadata blobs", right?
I left minor comments/questions.
@yarikoptic correct, no more separate metadata tables. |
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
79fe5b6
to
404aa18
Compare
🚀 PR was released in |
A design doc for garbage collection policies.
Fixes #523
Fixes #177